home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Engines / STEAM⁄NO LOAD / background_2684.txt < prev    next >
Text File  |  1991-04-18  |  3KB  |  153 lines

  1. -- background: 2684 from stack: in
  2. -- bmap block id: 4696
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 6 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=117 top=36 right=61 bottom=394
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 20
  16. -- text size: 18
  17. -- style flags: 0
  18. -- line height: 24
  19. -- part name: 
  20.  
  21.  
  22. -- part 19 (button)
  23. -- low flags: 00
  24. -- high flags: C006
  25. -- rect: left=171 top=178 right=200 bottom=271
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: DONE
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   GO TO STACK "HOW ENGINES WORK"
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 20 (button)
  42. -- low flags: 00
  43. -- high flags: C006
  44. -- rect: left=171 top=106 right=128 bottom=271
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: FULL LOAD
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   GO TO "STEAM/FULL LOAD"
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part 21 (button)
  61. -- low flags: 00
  62. -- high flags: C006
  63. -- rect: left=171 top=124 right=146 bottom=271
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: PART LOAD
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   GO TO STACK "STEAM/PART LOAD"
  75. end mouseUp
  76.  
  77.  
  78.  
  79. -- part 22 (button)
  80. -- low flags: 00
  81. -- high flags: C006
  82. -- rect: left=171 top=141 right=165 bottom=272
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 0 / 0
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: NO LOAD
  91. ----- HyperTalk script -----
  92. on mouseUp
  93.   GO TO STACK "STEAM/NO LOAD"
  94. end mouseUp
  95.  
  96.  
  97.  
  98. -- part 23 (button)
  99. -- low flags: 00
  100. -- high flags: C006
  101. -- rect: left=171 top=160 right=182 bottom=272
  102. -- title width / last selected line: 0
  103. -- icon id / first selected line: 0 / 0
  104. -- text alignment: 1
  105. -- font id: 0
  106. -- text size: 12
  107. -- style flags: 0
  108. -- line height: 16
  109. -- part name: DISCUSSION
  110. ----- HyperTalk script -----
  111. on mouseUp
  112.   GO TO STACK "STEAM/DISCUSSION"
  113. end mouseUp
  114.  
  115.  
  116.  
  117. -- part 26 (button)
  118. -- low flags: 00
  119. -- high flags: 8000
  120. -- rect: left=160 top=78 right=100 bottom=260
  121. -- title width / last selected line: 0
  122. -- icon id / first selected line: 0 / 0
  123. -- text alignment: 1
  124. -- font id: 0
  125. -- text size: 12
  126. -- style flags: 0
  127. -- line height: 16
  128. -- part name: RUN
  129. ----- HyperTalk script -----
  130. on MOUSESTILLDOWN
  131.   GO TO NEXT CARD
  132. END MOUSESTILLDOWN
  133.  
  134.  
  135.  
  136. -- part 27 (button)
  137. -- low flags: 00
  138. -- high flags: C006
  139. -- rect: left=281 top=124 right=146 bottom=381
  140. -- title width / last selected line: 0
  141. -- icon id / first selected line: 0 / 0
  142. -- text alignment: 1
  143. -- font id: 0
  144. -- text size: 12
  145. -- style flags: 0
  146. -- line height: 16
  147. -- part name: CONDENSING
  148. ----- HyperTalk script -----
  149. on mouseUp
  150.   GO TO "STEAM/CONDENSING"
  151. end mouseUp
  152.  
  153.